home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 39 / CD-ROM 39 / CD-ROM 39.iso / lazer / fpwtdemo / Poster.dcr / Behaviors_17.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  143 b   |  10 lines

  1. global gnFlagInstructions
  2.  
  3. on exitFrame
  4.   if voidp(gnFlagInstructions) then
  5.     set gnFlagInstructions to 1
  6.   else
  7.     go("Loop")
  8.   end if
  9. end
  10.